const strings.repeatedSpaces
4 uses
strings (current package)
strings.go#L592: repeatedSpaces = "" +
strings.go#L640: case n <= len(repeatedSpaces) && HasPrefix(repeatedSpaces, s):
strings.go#L641: return repeatedSpaces[:n]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)